home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / colorset.zip / COLORSET < prev    next >
Text File  |  1993-01-04  |  475b  |  27 lines

  1. ########################
  2. #                      #
  3. #-------VERSIONS-------#
  4. #                      #
  5. # Microsoft MAKE v4.05 #
  6. # Microsoft LINK v4.06 #
  7. # Pre/DB v1.01         #
  8. # IDL v1.00            #
  9. # Clipper Summer '87   #
  10. #                      #
  11. ########################
  12.  
  13. .pre.prg:
  14.   pp $*
  15.  
  16. .prg.obj:
  17.   clipper $* -q
  18.  
  19. .obj.exe:
  20.   link $*,,nul,idl extend/inf/e
  21.  
  22. colorset.prg: colorset.pre
  23.  
  24. colorset.obj: colorset.prg
  25.  
  26. colorset.exe: colorset.obj
  27.